body{
    background-color: #ffffff !important;
}
.gh-Con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.Con-left {
    width: 55%;
}
.wp-header-menu{
    background-color: #58AF47 !important;
}
.nav-item a span{
    color: white;
}

.Con-left ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
}
.Con-left ul li{
   height: 55px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.Con-left ul li i{
    position: absolute;
    font-size: 20px;
    left: 10px;
    
}

.Con-right {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.Con-right input {
    width: 100%;
    box-sizing: border-box;
    height: 56px !important;
    margin-bottom: 30px !important;

}

.Con-right .gh-inp {
    display: flex;
    justify-content: space-between;
}

.gh-inp input {
    width: 49%;
}

.Con-right .texter {
    padding-top: 20px;
    padding-bottom: 200px;
    box-sizing: border-box;

}
.Con-right .texter::-webkit-input-placeholder {
   position: relative;
   
   top: 0px;
 
}
.gh-btn{
    border: 1px solid #008751;
    width: 230px;
    height: 56px;
    display:flex ;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #008751;
    color: white;
    font-size: 19px;
}
@media(max-width:768px){
    .gh-Con{
        flex-direction: column;
    }
    .Con-left{

        width: 100%;
    }
    .Con-right{
        width: 100%;

    }
}